Comments
From Documentation
This documentation is for an older version of ZK. For the latest one, please click here.
Comments
A comment is used to leave a note or to temporarily disable a block of XML code. To add a comment in XML, use <!--
and -->
to mark the comment body.
<window>
<!-- this is a comment and ignored by ZK -->
</window>